projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6a6bb
)
Provide bytecomp as well as byte-compile.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Dec 1993 00:32:37 +0000
(
00:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Dec 1993 00:32:37 +0000
(
00:32
+0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 7f65c11d0f190fcc0fcbc8ccfc605cfb48d8473d..155628797e44871ef5e17ca6038e8f0b1c915780 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-3074,6
+3074,7
@@
For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
(make-obsolete-variable 'meta-flag "Use the set-input-mode function instead.")
(provide 'byte-compile)
+(provide 'bytecomp)
\f
;;; report metering (see the hacks in bytecode.c)